home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / game / dicrol11.zip / DICEROLL.TXT < prev    next >
Text File  |  1991-09-09  |  3KB  |  61 lines

  1. VB Dice Roller v.1.1
  2. by Benjamin L. Combee
  3.  
  4. Copyright 1991, Benjamin L. Combee.  All rights reserved.
  5.  
  6.     VB Dice Roller is a freeware application written using Microsoft's Visual
  7. BASIC programming environment.  It simulates the bags of dice game players
  8. constantly keep with them.  To use VB Dice Roller (DICEROLL.EXE), just use the
  9. "Run..." command from either the Program Manager or MS-DOS Executive's
  10. "File" menu.  If you want to use it many times, just install it into a Program
  11. Manager group using the "New..." command.  You must have a copy of the Visual
  12. BASIC runtime DLL in your WINDOWS\SYSTEM directory in order to use the
  13. program.  The DLL is easily available on most BBS's and information services.
  14.  
  15.  
  16.  
  17.     In the program, you select the type of die using the option buttons on the
  18. left side of the window.  Only one type of die may be selected at one time.  The
  19. number of sides on the die is shown after the "d".  You can select the number of
  20. dice to roll in the scroll box on the right.  The box ranges from 1 to 12.  When you
  21. have made your choices, clicking on the "Roll Dice" button will cause the
  22. computer to generate a new random number corresponding to your selections.
  23. To exit the program, you can either click on the "Exit Program" button or chose
  24. "Close" from the system menu.  To bring up an "About..." box, just click on the title
  25. at the top of the window.  To minimize the window, you can either click on the
  26. down arrowhead in the upper right corner or select "Minimize" from the system
  27. menu.
  28.  
  29.     If you like this program and want to send me a comment, or if you are
  30. interested in programming in Windows yourself, send me a line at:
  31.  
  32.             Benjamin L. Combee
  33.             3218 Maple Grove Drive
  34.             Dalton, GA  30721-7805
  35.  
  36.     VB Dice Roller v.1.0 was developed using Microsoft Visual Basic v.1.0 on
  37. a PC Systems AMD386-33 clone with MS DOS 5.0 and MS Windows 3.0.  It has
  38. been tested at 1024x768, 800x600, and 640x480 resolutions.  I am not
  39. responsible for any damages done to your system or loss of time caused by or
  40. related to the use of this program.  (By the way, I really, REALLY doubt it will hurt
  41. anything.  Just making sure no one can come up with some weird case against
  42. me.)
  43.  
  44.     I am accessable on the MetroLink network as BEN COMBEE, and
  45. participate in the RelayNet WINDOWS conference also as BEN COMBEE.  I will
  46. be leaving for college at Georgia Tech in late September 1991, so my network
  47. links may be gone, but I will still be reachable at the above address.
  48.  
  49. History:
  50. v.1.0        initial release
  51. v.1.1        fixed random number centering bug, changed border for about box,
  52.         fixed display bug in title for non-Adobe Type Manager users. added
  53.         d30 to dice selection.  modified icon for better 3-D look
  54.  
  55. REMEMBER:
  56. You must have a copy of the Visual
  57. BASIC runtime DLL somewhere in your
  58. WINDOWS\SYSTEM or WINDOWS
  59. directory to use DICEROLL.EXE.
  60.  
  61.